1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmNhapKho
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.groupBox1 = new System.Windows.Forms.GroupBox();
32             
this.btnHuy = new System.Windows.Forms.Button();
33             
this.btnOk = new System.Windows.Forms.Button();
34             
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35             
this.label11 = new System.Windows.Forms.Label();
36             
this.txt_TenSanPham = new System.Windows.Forms.TextBox();
37             
this.label2 = new System.Windows.Forms.Label();
38             
this.label3 = new System.Windows.Forms.Label();
39             
this.txt_MaSanPham = new System.Windows.Forms.TextBox();
40             
this.label8 = new System.Windows.Forms.Label();
41             
this.txtHanSuDung = new System.Windows.Forms.TextBox();
42             
this.label7 = new System.Windows.Forms.Label();
43             
this.txtNgaySanXuat = new System.Windows.Forms.TextBox();
44             
this.label6 = new System.Windows.Forms.Label();
45             
this.panel1 = new System.Windows.Forms.Panel();
46             
this.txtSoLuong = new System.Windows.Forms.TextBox();
47             
this.cmb_DonViTinh = new System.Windows.Forms.ComboBox();
48             
this.panel2 = new System.Windows.Forms.Panel();
49             
this.label13 = new System.Windows.Forms.Label();
50             
this.lblThanhTien = new System.Windows.Forms.Label();
51             
this.txt_GiaNhap = new System.Windows.Forms.TextBox();
52             
this.txtGhiChu = new System.Windows.Forms.TextBox();
53             
this.label9 = new System.Windows.Forms.Label();
54             
this.groupBox1.SuspendLayout();
55             
this.tableLayoutPanel1.SuspendLayout();
56             
this.panel1.SuspendLayout();
57             
this.panel2.SuspendLayout();
58             
this.SuspendLayout();
59             
//
60             
// groupBox1
61             
//
62             
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
63             | System.Windows.Forms.AnchorStyles.Right)));
64             
this.groupBox1.Controls.Add(this.btnHuy);
65             
this.groupBox1.Controls.Add(this.btnOk);
66             
this.groupBox1.Controls.Add(this.tableLayoutPanel1);
67             
this.groupBox1.Controls.Add(this.txtGhiChu);
68             
this.groupBox1.Controls.Add(this.label9);
69             
this.groupBox1.Location = new System.Drawing.Point(12, 5);
70             
this.groupBox1.Name = "groupBox1";
71             
this.groupBox1.Size = new System.Drawing.Size(736, 333);
72             
this.groupBox1.TabIndex = 5;
73             
this.groupBox1.TabStop = false;
74             
//
75             
// btnHuy
76             
//
77             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
78             
this.btnHuy.Location = new System.Drawing.Point(478, 276);
79             
this.btnHuy.Name = "btnHuy";
80             
this.btnHuy.Size = new System.Drawing.Size(109, 49);
81             
this.btnHuy.TabIndex = 23;
82             
this.btnHuy.Text = "Hủy";
83             
this.btnHuy.UseVisualStyleBackColor = true;
84             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
85             
//
86             
// btnOk
87             
//
88             
this.btnOk.Location = new System.Drawing.Point(593, 277);
89             
this.btnOk.Name = "btnOk";
90             
this.btnOk.Size = new System.Drawing.Size(123, 49);
91             
this.btnOk.TabIndex = 21;
92             
this.btnOk.Text = "OK";
93             
this.btnOk.UseVisualStyleBackColor = true;
94             
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
95             
//
96             
// tableLayoutPanel1
97             
//
98             
this.tableLayoutPanel1.ColumnCount = 2;
99             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.5389F));
100             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 82.46111F));
101             
this.tableLayoutPanel1.Controls.Add(this.label11, 0, 2);
102             
this.tableLayoutPanel1.Controls.Add(this.txt_TenSanPham, 1, 1);
103             
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
104             
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
105             
this.tableLayoutPanel1.Controls.Add(this.txt_MaSanPham, 1, 0);
106             
this.tableLayoutPanel1.Controls.Add(this.label8, 0, 3);
107             
this.tableLayoutPanel1.Controls.Add(this.txtHanSuDung, 1, 4);
108             
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 4);
109             
this.tableLayoutPanel1.Controls.Add(this.txtNgaySanXuat, 1, 5);
110             
this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
111             
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 2);
112             
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 3);
113             
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 19);
114             
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
115             
this.tableLayoutPanel1.RowCount = 6;
116             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
117             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
118             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
119             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
120             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
121             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
122             
this.tableLayoutPanel1.Size = new System.Drawing.Size(707, 214);
123             
this.tableLayoutPanel1.TabIndex = 1;
124             
//
125             
// label11
126             
//
127             
this.label11.AutoSize = true;
128             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.label11.Location = new System.Drawing.Point(3, 72);
130             
this.label11.Name = "label11";
131             
this.label11.Size = new System.Drawing.Size(67, 18);
132             
this.label11.TabIndex = 21;
133             
this.label11.Text = "Số lượng";
134             
//
135             
// txt_TenSanPham
136             
//
137             
this.txt_TenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
138             
this.txt_TenSanPham.Location = new System.Drawing.Point(127, 39);
139             
this.txt_TenSanPham.Name = "txt_TenSanPham";
140             
this.txt_TenSanPham.Size = new System.Drawing.Size(577, 26);
141             
this.txt_TenSanPham.TabIndex = 11;
142             
this.txt_TenSanPham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_TenSanPham_KeyDown);
143             
//
144             
// label2
145             
//
146             
this.label2.AutoSize = true;
147             
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
148             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
149             
this.label2.Location = new System.Drawing.Point(3, 0);
150             
this.label2.Name = "label2";
151             
this.label2.Size = new System.Drawing.Size(118, 18);
152             
this.label2.TabIndex = 2;
153             
this.label2.Text = "Mã sản phẩm";
154             
//
155             
// label3
156             
//
157             
this.label3.AutoSize = true;
158             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
159             
this.label3.Location = new System.Drawing.Point(3, 36);
160             
this.label3.Name = "label3";
161             
this.label3.Size = new System.Drawing.Size(102, 18);
162             
this.label3.TabIndex = 3;
163             
this.label3.Text = "Tên sản phẩm";
164             
//
165             
// txt_MaSanPham
166             
//
167             
this.txt_MaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168             
this.txt_MaSanPham.Location = new System.Drawing.Point(127, 3);
169             
this.txt_MaSanPham.Name = "txt_MaSanPham";
170             
this.txt_MaSanPham.Size = new System.Drawing.Size(391, 26);
171             
this.txt_MaSanPham.TabIndex = 10;
172             
//
173             
// label8
174             
//
175             
this.label8.AutoSize = true;
176             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.label8.Location = new System.Drawing.Point(3, 108);
178             
this.label8.Name = "label8";
179             
this.label8.Size = new System.Drawing.Size(31, 18);
180             
this.label8.TabIndex = 8;
181             
this.label8.Text = "Giá";
182             
//
183             
// txtHanSuDung
184             
//
185             
this.txtHanSuDung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186             
this.txtHanSuDung.Location = new System.Drawing.Point(127, 147);
187             
this.txtHanSuDung.Name = "txtHanSuDung";
188             
this.txtHanSuDung.Size = new System.Drawing.Size(250, 26);
189             
this.txtHanSuDung.TabIndex = 15;
190             
//
191             
// label7
192             
//
193             
this.label7.AutoSize = true;
194             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
195             
this.label7.Location = new System.Drawing.Point(3, 144);
196             
this.label7.Name = "label7";
197             
this.label7.Size = new System.Drawing.Size(91, 18);
198             
this.label7.TabIndex = 15;
199             
this.label7.Text = "Hạn sử dụng";
200             
//
201             
// txtNgaySanXuat
202             
//
203             
this.txtNgaySanXuat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
204             
this.txtNgaySanXuat.Location = new System.Drawing.Point(127, 183);
205             
this.txtNgaySanXuat.Name = "txtNgaySanXuat";
206             
this.txtNgaySanXuat.Size = new System.Drawing.Size(250, 26);
207             
this.txtNgaySanXuat.TabIndex = 16;
208             
//
209             
// label6
210             
//
211             
this.label6.AutoSize = true;
212             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
213             
this.label6.Location = new System.Drawing.Point(3, 180);
214             
this.label6.Name = "label6";
215             
this.label6.Size = new System.Drawing.Size(101, 18);
216             
this.label6.TabIndex = 6;
217             
this.label6.Text = "Ngày sản xuất";
218             
//
219             
// panel1
220             
//
221             
this.panel1.Controls.Add(this.txtSoLuong);
222             
this.panel1.Controls.Add(this.cmb_DonViTinh);
223             
this.panel1.Location = new System.Drawing.Point(127, 75);
224             
this.panel1.Name = "panel1";
225             
this.panel1.Size = new System.Drawing.Size(577, 30);
226             
this.panel1.TabIndex = 22;
227             
//
228             
// txtSoLuong
229             
//
230             
this.txtSoLuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231             
this.txtSoLuong.Location = new System.Drawing.Point(0, 1);
232             
this.txtSoLuong.Name = "txtSoLuong";
233             
this.txtSoLuong.Size = new System.Drawing.Size(250, 26);
234             
this.txtSoLuong.TabIndex = 12;
235             
this.txtSoLuong.Text = "1";
236             
this.txtSoLuong.TextChanged += new System.EventHandler(this.txtSoLuong_TextChanged);
237             
this.txtSoLuong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSoLuong_KeyPress);
238             
//
239             
// cmb_DonViTinh
240             
//
241             
this.cmb_DonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
242             
this.cmb_DonViTinh.FormattingEnabled = true;
243             
this.cmb_DonViTinh.Location = new System.Drawing.Point(256, 3);
244             
this.cmb_DonViTinh.Name = "cmb_DonViTinh";
245             
this.cmb_DonViTinh.Size = new System.Drawing.Size(135, 26);
246             
this.cmb_DonViTinh.TabIndex = 13;
247             
//
248             
// panel2
249             
//
250             
this.panel2.Controls.Add(this.label13);
251             
this.panel2.Controls.Add(this.lblThanhTien);
252             
this.panel2.Controls.Add(this.txt_GiaNhap);
253             
this.panel2.Location = new System.Drawing.Point(127, 111);
254             
this.panel2.Name = "panel2";
255             
this.panel2.Size = new System.Drawing.Size(577, 30);
256             
this.panel2.TabIndex = 23;
257             
//
258             
// label13
259             
//
260             
this.label13.AutoSize = true;
261             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
262             
this.label13.Location = new System.Drawing.Point(265, 7);
263             
this.label13.Name = "label13";
264             
this.label13.Size = new System.Drawing.Size(39, 18);
265             
this.label13.TabIndex = 15;
266             
this.label13.Text = "VNĐ";
267             
//
268             
// lblThanhTien
269             
//
270             
this.lblThanhTien.AutoSize = true;
271             
this.lblThanhTien.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
272             
this.lblThanhTien.Location = new System.Drawing.Point(165, 7);
273             
this.lblThanhTien.Name = "lblThanhTien";
274             
this.lblThanhTien.Size = new System.Drawing.Size(0, 18);
275             
this.lblThanhTien.TabIndex = 25;
276             
//
277             
// txt_GiaNhap
278             
//
279             
this.txt_GiaNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
280             
this.txt_GiaNhap.Location = new System.Drawing.Point(0, 3);
281             
this.txt_GiaNhap.Name = "txt_GiaNhap";
282             
this.txt_GiaNhap.Size = new System.Drawing.Size(250, 26);
283             
this.txt_GiaNhap.TabIndex = 14;
284             
this.txt_GiaNhap.TextChanged += new System.EventHandler(this.txtGiaNhap_TextChanged);
285             
this.txt_GiaNhap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_GiaNhap_KeyDown);
286             
this.txt_GiaNhap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaNhap_KeyPress);
287             
//
288             
// txtGhiChu
289             
//
290             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
291             
this.txtGhiChu.Location = new System.Drawing.Point(138, 239);
292             
this.txtGhiChu.Multiline = true;
293             
this.txtGhiChu.Name = "txtGhiChu";
294             
this.txtGhiChu.Size = new System.Drawing.Size(581, 32);
295             
this.txtGhiChu.TabIndex = 20;
296             
//
297             
// label9
298             
//
299             
this.label9.AutoSize = true;
300             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
301             
this.label9.Location = new System.Drawing.Point(71, 243);
302             
this.label9.Name = "label9";
303             
this.label9.Size = new System.Drawing.Size(59, 18);
304             
this.label9.TabIndex = 9;
305             
this.label9.Text = "Ghi chú";
306             
//
307             
// frmNhapKho
308             
//
309             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
310             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
311             
this.ClientSize = new System.Drawing.Size(760, 350);
312             
this.ControlBox = false;
313             
this.Controls.Add(this.groupBox1);
314             
this.Name = "frmNhapKho";
315             
this.Text = "Thêm sản phẩm đang bán";
316             
this.Load += new System.EventHandler(this.frmNhapKho_Load);
317             
this.groupBox1.ResumeLayout(false);
318             
this.groupBox1.PerformLayout();
319             
this.tableLayoutPanel1.ResumeLayout(false);
320             
this.tableLayoutPanel1.PerformLayout();
321             
this.panel1.ResumeLayout(false);
322             
this.panel1.PerformLayout();
323             
this.panel2.ResumeLayout(false);
324             
this.panel2.PerformLayout();
325             
this.ResumeLayout(false);
326
327         }
328
329         
#endregion
330
331         
private System.Windows.Forms.GroupBox groupBox1;
332         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
333         
private System.Windows.Forms.Label label11;
334         
public System.Windows.Forms.TextBox txt_TenSanPham;
335         
private System.Windows.Forms.Label label2;
336         
private System.Windows.Forms.Label label3;
337         
public System.Windows.Forms.TextBox txt_MaSanPham;
338         
private System.Windows.Forms.Label label8;
339         
private System.Windows.Forms.TextBox txtHanSuDung;
340         
private System.Windows.Forms.Label label7;
341         
private System.Windows.Forms.TextBox txtNgaySanXuat;
342         
private System.Windows.Forms.Label label6;
343         
private System.Windows.Forms.Panel panel1;
344         
private System.Windows.Forms.TextBox txtSoLuong;
345         
public System.Windows.Forms.ComboBox cmb_DonViTinh;
346         
private System.Windows.Forms.Panel panel2;
347         
private System.Windows.Forms.Label label13;
348         
private System.Windows.Forms.Label lblThanhTien;
349         
public System.Windows.Forms.TextBox txt_GiaNhap;
350         
private System.Windows.Forms.Button btnOk;
351         
private System.Windows.Forms.TextBox txtGhiChu;
352         
private System.Windows.Forms.Label label9;
353         
private System.Windows.Forms.Button btnHuy;
354
355     }
356 }


Gõ tìm kiếm nhanh...